Error

data class Error(val type: ErrorType, val message: String) : ReadableCodeFlowResult

An error occurred during scanning.

Constructors

Link copied to clipboard
constructor(type: ErrorType, message: String)

Properties

Link copied to clipboard
Link copied to clipboard